
  h1 {
    text-align: center;
    padding-top: 100px;
  }
  nav ul li a {
    text-decoration: none;
  }
  .row {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .photo {
    border-radius: 45px;
    margin-right: 20px;
    width: 90px;
    height:90px
  }
  .form-control { 
    width:30%;
    display: inline-block;
    margin-right:10px;
  }
  .name {
    font-weight: 700;
  }
  .expertise-label {
    display:block;
    font-weight: 700;
    margin-top:10px;
  }
  .btn-more {
    margin-top:10px;
    width: 100%
  }
  .label {
    font-weight: normal;
  }
 .col-md-12 {
    border: 1px solid black;
    border-radius: 15px;
  }
  h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: "Cinzel";
    padding-right: 100px;
    padding-top: 50px;
  }
.title1 {
  color: white;
  text-transform: uppercase;
  font-family: 'Cinzel';
}

#Users{
  display: none;
}
#title2 {
  display: none;
}

input[type="range"] {
    width: 350px;  
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.form-label {
  text-align: center;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  margin-top: 20px;
}
   .cookie-consent {
  z-index: 99;
  position: fixed;
  max-width: 22rem;
  left: 6.5rem;
  bottom: 25px;
}


.cookie-consent .cookie-button {
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transform: scale(0) rotate(-200deg);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-color: #ddaa65;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PGRlZnM+PHN0eWxlPi5ie2ZpbGw6Izg0M308L3N0eWxlPjwvZGVmcz48Y2lyY2xlIGN4PSIzMCIgY3k9IjMwIiByPSIzMCIgZmlsbD0iI2RkYWE2NSIgR29vZ2w9InRydWUiLz48Y2lyY2xlIGNsYXNzPSJiIiBjeD0iMTUuNSIgY3k9IjIxLjUiIHI9IjMuNSIvPjxjaXJjbGUgY2xhc3M9ImIiIGN4PSIzNC41IiBjeT0iMTIuNSIgcj0iMy41Ii8+PGNpcmNsZSBjbGFzcz0iYiIgY3g9IjIwLjUiIGN5PSI0NS41IiByPSIzLjUiLz48Y2lyY2xlIGNsYXNzPSJiIiBjeD0iMzcuNSIgY3k9IjUzLjUiIHI9IjMuNSIvPjxjaXJjbGUgY2xhc3M9ImIiIGN4PSI0OC41IiBjeT0iMzguNSIgcj0iMy41Ii8+PGNpcmNsZSBjbGFzcz0iYiIgY3g9IjM0IiBjeT0iMzMiIHI9IjYiLz48L3N2Zz4=");
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  left: 25px;
  height: 60px;
  width: 60px;
}


.cookie-consent .cookie-popin {
  z-index: 99;
  position: relative;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background: #fff;
  padding: 1rem 1.75rem;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}


.cookie-consent .cookie-popin::before {
  content: "";
  height: 2.4rem;
  width: 1.4rem;
  left: 0;
  bottom: 0.7rem;
  position: absolute;
}


.cookie-consent .cookie-popin .title {
  font-weight: 900;
  font-size: 1.4rem;
  color: #333;
}


.cookie-consent .cookie-popin .description {
  font-size: 0.8rem;
  margin-bottom: 0.9rem;
  color: #999;
}
.cookie-consent .cookie-popin .description a {
  color: #52bab3;
}


.cookie-consent .cookie-popin .user-choice {
  position: relative;
}


.cookie-consent .cookie-popin .user-choice::after {
  content: "";
  z-index: -1;
  position: absolute;
  height: 1.3rem;
  width: 1.3rem;
  background: #fff;
  border-top-right-radius: 0.2rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  left: -0.4rem;
  margin-top: 1rem;
}


.cookie-consent .cookie-popin .user-choice .auth-button {
  user-select: none;
  text-align: center;
  text-transform: uppercase;
  background-color: #292e49;
  color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 0.2rem;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 0.18rem 0.3rem 0.05rem rgba(0, 0, 0, 0.2);
  font-size: 0.7rem;
}


.cookie-consent .cookie-popin .user-choice .auth-button-light {
  background-color: #fff;
  color: #292e49;
}


.cookie-consent.-deploy .cookie-button {
  transform: scale(1) rotate(0);
}
.cookie-consent.-deploy .cookie-popin {
  transform: scale(1);
}

#prochaineDateTexte {
  color: red;
  font-size: 20px;
  text-align: center;
}

